using System.Collections.Generic;
using System.Linq;
using UnityEngine;
using Warudo.Core.Data;
using System;
using Object = UnityEngine.Object;

namespace Warudo.Plugins.Core.Utils
{
    public static class SkinnedMeshRenderers
    {
        public static AutoCompleteList AutoCompleteSkinnedMeshRenderers(Dictionary<string, SkinnedMeshRenderer> smrs, bool mustHaveBlendShapes, string title = null)
        {
            throw new NotImplementedException();
        }
    }
}